CommonEvent 1715
Name = "会話：パンドラ"

  999([1344])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I wish I hadn't opened it..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["This is such a hassle..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I don't feel like talking..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["You're in the way..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["You approached me first..."])
    ShowText(["So, don't blame me..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["There will be no mercy..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I am the box of calamity..."])
    ShowText(["I've opened quite the thing, haven't I?"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I'll squeeze every drop of that essence out..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["There's no treasure in here... what a shame."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I am the strongest type of mimic......"])
    ShowText(["You had bad luck, didn't you?"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["What did you expect to find inside this box...?"])
    ShowChoices([["Treasure", "Hope", "You"], 0])
    When([0, "財宝"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Too bad, there's no treasure......"])
      Empty([])

    When([1, "希望"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["There's no way hope is inside......"])
      Empty([])

    When([2, "お前"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Did you open it knowing I was inside...?"])
      ShowText(["Interesting......"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["Did you have some business with me...?"])
    ShowChoices([["No", "Yes", "What was it?"], 0])
    When([0, "ない"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["I see...... you accidentally opened it, huh."])
      ShowText(["I feel sorry for you...... but I won't hold back."])
      Empty([])

    When([1, "ある"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Oh...... I'm curious about what your business is."])
      Script(["change_friend(5)"])
      Empty([])

    When([2, "何だっけ？"])
      ShowTextAttributes(["pandora_fc1", 2, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["I don't know......"])
      ShowText(["Are you okay in the head?"])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["From this box, all kinds of disasters will overflow......"])
    ShowText(["And what do you think will be left in the end?"])
    ShowChoices([["Hope", "Despair", "Poverty"], 0])
    When([0, "希望"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Yes, only hope remains......"])
      ShowText(["But it's just a legend, after all."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "絶望"])
      ShowTextAttributes(["pandora_fc1", 2, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["If what remains is despair......"])
      ShowText(["There's nothing good about that."])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "貧乏"])
      ShowTextAttributes(["pandora_fc1", 2, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["That's rather unpleasant......"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["I am strong......"])
    ShowText(["Do you have the resolve...?"])
    ShowChoices([["Yes", "No", "Do you have the resolve?"], 0])
    When([0, "ある"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Hehe, I'm looking forward to this......"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "ない"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Oh dear...... did you accidentally open it?"])
      Empty([])

    When([2, "お前に覚悟はあるか？"])
      ShowTextAttributes(["pandora_fc1", 1, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Oh dear...... that's quite cool, isn't it?"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["What is your treasure...?"])
    ShowChoices([["Pride", "Companions", "You"], 0])
    When([0, "誇り"])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["A proud man is wonderful, isn't he......"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "仲間"])
      ShowTextAttributes(["pandora_fc1", 2, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["I'm lonely, so...... I don't understand."])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "お前"])
      ShowTextAttributes(["pandora_fc1", 1, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Oh, are you trying to flirt with me...?"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 12])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Please give me a leaf from the World Tree......"])
      ControlVariables([24, 24, 0, 3, 0, 12, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give the 'World Tree Leaf'? (Quantity: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["You're kind..."])
        ChangeItems([12, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["I see... then that's good."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 369])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Please give me some top-grade sushi..."])
      ControlVariables([24, 24, 0, 3, 0, 369, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 'Deluxe Sushi'? (Possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["You're kind..."])
        ChangeItems([369, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["I see... then that's good."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ConditionalBranch([7, 30000, 0])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["Please give me some money..."])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 30000G? (Money: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["You're kind..."])
        ChangeGold([1, 0, 30000])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["pandora_fc1", 0, 0, 2])
        ShowText(["\\n<Pandora>"])
        ShowText(["I see... then that's good."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["pandora_fc1", 0, 0, 2])
      ShowText(["\\n<Pandora>"])
      ShowText(["...You don't have any?"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["Don't you want this...?"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([82, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Satan Crystal' from Pandora!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["Don't you want this...?"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([4250, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Gem of Physical Evaluation' from Pandora!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["pandora_fc1", 0, 0, 2])
    ShowText(["\\n<Pandora>"])
    ShowText(["Don't you want this...?"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 50000])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 50,000G from Pandora!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
